Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 35 and Version 36 of Installing Pidgin


Ignore:
Timestamp:
Mar 22, 2008, 4:00:17 PM (16 years ago)
Author:
resiak
Comment:

Since I added a link to this page under the title "Building Pidgin", it would make some sense to have some instructions on, y'know, building it.

Legend:

Unmodified
Added
Removed
Modified
  • Installing Pidgin

    v35 v36  
    4848
    4949== Compiling ==
     50
     51=== I have the source; how do I build this thing? ===
     52Assuming you have all of the necessary libraries and their headers installed (see the next few questions), you compile libpurple, Pidgin and Finch just like most applications:
     53
     54{{{
     55% tar xjvf pidgin-2.x.y.tar.bz2
     56% cd pidgin-2.x.y
     57% ./configure && make && sudo make install
     58}}}
     59
     60This will install libpurple, Pidgin and Finch to `/usr/local`.  If you want to install it elsewhere, pass `--prefix=/some/other/prefix` to `./configure`.  (You really ''don't'' want to install it to `/usr`.)  See `./configure --help` for other options you can change at compile-time.
     61
     62If you got the source tree from our Monotone database ([wiki:"Installing Pidgin#WhydoyoualwayssaynottouseMTN" which you probably shouldn't have]), you'll need to run `./autogen.sh` instead of `./configure` the first time around.
    5063
    5164=== Why can't I compile Pidgin? ===
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!